This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Make it like this instead... ~Umberto Nongeroson 17.Dec.03 05:56 PM a Web browser General All ReleasesAll Platforms
Dim tokens(1 To 50) As Variant
Tcount = 0
...my parser does this each time if the value isnt empty
Set tokens(pos) = Cdat(Mid$(text,start,count-1))
Tcount = Tcount + 1
after loop
Redim Preserve tokens(1 to Tcount)
backdoc.CalendarDateTime = tokens